home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Python 1.3.3
/
stdwin
/
Ports
/
mac
/
menu.h
< prev
next >
Wrap
Text File
|
1995-12-21
|
354b
|
13 lines
/* MAC STDWIN -- MENU DEFINITIONS. */
/* Note -- struct menu isn't defined here.
MENU * is taken to be equivalent to MenuPtr, whenever appropriate.
I know this is a hack -- I'll fix it later. */
struct menubar {
int nmenus; /* Number of menus in the list */
MENU **menulist; /* Pointer to list of MENU pointers */
};
#define APPLE_MENU 32000